From 5e8d44ac02295d9234cbbf08d419a2359cb64ada Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 8 Jan 2011 13:06:17 +0000 Subject: [PATCH] Removes $wgSecureLoginStickHTTPS which was never really used Follow up r75585 --- HISTORY | 2 +- includes/DefaultSettings.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 3a1f138747..774fb91d5e 100644 --- a/HISTORY +++ b/HISTORY @@ -67,7 +67,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. without having to move LocalSettings.php * The FailFunction "error handling" method has now been removed * $wgAdditionalMailParams added to allow setting extra options to mail() calls. -* $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS +* $wgSecureLogin to optionaly login using HTTPS * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed with $wgPasswordSender * Sysops now have the "suppressredirect" right by default diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5aa0193c90..ebd1b3f00a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3107,11 +3107,6 @@ $wgAllowPrefChange = array(); * @since 1.17 */ $wgSecureLogin = false; -/** - * Default for 'use secure login' checkbox - * @since 1.17 - */ -$wgSecureLoginStickHTTPS = false; /** @} */ # end user accounts } -- 2.20.1